bezier_patch *get_bezier_patch(char *name)
Parameter | Type | Description |
---|---|---|
name | char * | patch name |
Returns a pointer to the given patch or NULL if patch not found.
This function is used to get patches from the stock. It returns the patch pointer for a given string based patch name. If patch is not in the patch linked list, it attempts to load the patch from disk.